home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TLINEBREAK / TLINEBREAK.txt
Encoding:
Text File  |  1996-04-05  |  1.3 KB  |  72 lines

  1. object LineBreak: TLineBreak
  2.   Left = 200
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Line Break'
  7.   ClientHeight = 144
  8.   ClientWidth = 275
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 257
  21.     Height = 73
  22.     Caption = 'Clear'
  23.     Font.Color = clBlue
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 16
  31.       Top = 32
  32.       Width = 73
  33.       Height = 17
  34.       Caption = 'Left'
  35.       TabOrder = 0
  36.     end
  37.     object RadioButton2: TRadioButton
  38.       Left = 104
  39.       Top = 32
  40.       Width = 73
  41.       Height = 17
  42.       Caption = 'Right'
  43.       TabOrder = 1
  44.     end
  45.     object RadioButton3: TRadioButton
  46.       Left = 192
  47.       Top = 32
  48.       Width = 57
  49.       Height = 17
  50.       Caption = 'All'
  51.       TabOrder = 2
  52.     end
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 16
  56.     Top = 96
  57.     Width = 113
  58.     Height = 33
  59.     TabOrder = 1
  60.     OnClick = BitBtn1Click
  61.     Kind = bkOK
  62.   end
  63.   object BitBtn2: TBitBtn
  64.     Left = 144
  65.     Top = 96
  66.     Width = 113
  67.     Height = 33
  68.     TabOrder = 2
  69.     Kind = bkCancel
  70.   end
  71. end
  72.